Fix a typo in an error message
authorJiro Matsuzawa <jmatsuzawa@gnome.org>
Wed, 4 Sep 2013 16:39:16 +0000 (01:39 +0900)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 4 Sep 2013 23:40:59 +0000 (19:40 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=707488

gtk/gtkfilechooserdefault.c

index 7f52872159fc5615644d97694fc8442619b60cc2..2438b8b89585c60b1e9f9c1061990a0f2835ca71 100644 (file)
@@ -769,7 +769,7 @@ static void
 error_filename_to_long_dialog (GtkFileChooserDefault *impl)
 {
   error_message (impl,
-                 _("Cannot create file as the filename is to long"),
+                 _("Cannot create file as the filename is too long"),
                  _("Try using a shorter name."));
 }